libostree: Remove g_print() from bootloader code
authorColin Walters <walters@verbum.org>
Tue, 11 Mar 2014 17:15:57 +0000 (13:15 -0400)
committerColin Walters <walters@verbum.org>
Tue, 11 Mar 2014 17:15:57 +0000 (13:15 -0400)
No need to be so chatty.

src/libostree/ostree-bootloader-syslinux.c
src/libostree/ostree-bootloader-uboot.c

index de9983bb667a788b1091146c9b3bf71cff858865..1d2febecb5ca933c57d9b3687ad40dc502210468 100644 (file)
@@ -244,7 +244,6 @@ _ostree_bootloader_syslinux_write_config (OstreeBootloader          *bootloader,
                                     NULL, FALSE, G_FILE_CREATE_NONE,
                                     NULL, cancellable, error))
         goto out;
-      g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
     }
   
   ret = TRUE;
index 2eb4eb6ecc8e2c8f32ce5b9f204e9d50e915fdd8..91d051c45f9ae5bdb4577428fc81a28b01f2fcfe 100644 (file)
@@ -132,7 +132,6 @@ _ostree_bootloader_uboot_write_config (OstreeBootloader          *bootloader,
                                     NULL, FALSE, G_FILE_CREATE_NONE,
                                     NULL, cancellable, error))
         return FALSE;
-      g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
     }
 
   return TRUE;